home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / util / arc / xadmaster060.lha / xad / Docs / xadUnDisk.doc < prev    next >
Text File  |  2000-12-03  |  4KB  |  125 lines

  1. NAME
  2.     xadUnDisk 1.11
  3.  
  4. SYNOPSIS
  5.     xadUnDisk FROM/A,TO,LOWCYL/N,HIGHCYL/N,ENTRY/N,PASSWORD,
  6.     SAVETEXTS/K,NE=NOEXTERN/S,INFO=LIST/S,SHOWTEXTS/S,OW=OVERWRITE/S,
  7.     IG=IGNOREGEOMETRY/S,FORMAT/S,DIMG=DISKIMAGE/S,NAI=NOASKINSERT/S,
  8.     USL=USESECTORLABELS
  9.  
  10. DESCRIPTION
  11.     xadUnDisk is the master shell tool to extract data from
  12.     disk archives.
  13.  
  14.     FROM specifies the disk archive that should be handled.
  15.  
  16.     TO is the destination. This maybe an device name like RAD:
  17.     or any file name. TO is required when LIST option is not
  18.     specified. When extracted to a file, this is a floppy
  19.     image file (often called ADF), which can be used with all
  20.     ADF dealing tools.
  21.     
  22.     LOWCYL and HIGHCYL name the lowest and highest cylinder that
  23.     should be dearchived. Note that some clients do not support
  24.     cylinder based dearchiving and thus ignore these options.
  25.  
  26.     ENTRY specifies the entry, which should be dearchived. Normal
  27.     disk archives only store 1 entry, so there is no need for that
  28.     option, but maybe there are multi-disk-archivers and then you
  29.     need that option to specify the wanted entry. This is a decimal
  30.     number. The first entry has number 1.
  31.  
  32.     PASSWORD can be used to supply a password for unarchiving of
  33.     encrypted archives.
  34.  
  35.     After the SAVETEXTS keyword you may specify a filename which
  36.     should be used to save information texts. The name gets an
  37.     additional point and the text number. E.g. "SAVETEXTS text"
  38.     produces files text.1, text.2, ...
  39.  
  40.     NOEXTERN prohibits the use of external clients for
  41.     recognition purposes.
  42.     
  43.     INFO or LIST prints information about the archive and does not
  44.     do any unarchiving.
  45.     
  46.     SHOWTEXTS tells the program to display information texts, if
  47.     there are some of them in the archive.
  48.     
  49.     OVERWRITE forces the program to overwrite an already existing
  50.     destination file.
  51.     
  52.     IGNOREGEOMETRY forces the tool to ignore wrong drive geometry
  53.     when unarchiving to an device.
  54.  
  55.     Specify USESECTORLABELS when you want to store SectorLabels onto
  56.     disk (no effect for output files). Not all archivers support them
  57.     and not all destination device types support this storage. Most
  58.     time you will not need this switch, as the labels nearly never
  59.     contain useful information.
  60.  
  61.     If the destination disk is not formatted, use FORMAT to do this
  62.     together with writing.
  63.  
  64.     Specify DISKIMAGE, if you want to write a disk image to floppy
  65.     disk. The program also asks you, if you want to handle a file
  66.     as image, if the data type is not detected without DIMG keyword.
  67.  
  68.     Specify NOASKINSERT if you do not like to be asked to insert disk.
  69.  
  70. EXAMPLES
  71.     Shell> xadUnDisk archive.dms RAD:
  72.         Unarchive the dms file to RAD:
  73.  
  74.     Shell> xadUnDisk archive.dms LIST
  75.         Tells information about archive.dms file.
  76.  
  77. HISTORY
  78.     xadUnDisk 1.11
  79.     - fixed Enforcer hit.
  80.     - added USESECTORLABELS keyword.
  81.  
  82.     xadUnDisk 1.10
  83.     - Image files are passed through xadmaster.library now.
  84.  
  85.     xadUnDisk 1.9
  86.     - added NOASKINSERT keyword.
  87.  
  88.     xadUnDisk 1.8
  89.     - bug fix
  90.  
  91.     xadUnDisk 1.7
  92.     - bug fix
  93.  
  94.     xadUnDisk 1.6
  95.     - added FORMAT keyword and disk image support
  96.  
  97.     xadUnDisk 1.5
  98.     - before a disk is written, you get ask to insert it or to abort
  99.  
  100.     xadUnDisk 1.4
  101.     - buf fix in report hook
  102.  
  103.     xadUnDisk 1.3
  104.     - bug fix in report hook
  105.  
  106.     xadUnDisk 1.2
  107.     - added output for corrupted files
  108.  
  109.     xadUnDisk 1.1
  110.     - added support for file descriptions
  111.  
  112.     xadUnDisk 1.0
  113.     - First public release.
  114.  
  115. COPYRIGHT
  116.     xadUnDisk is freely distributable for noncommercial use.
  117.  
  118. AUTHOR
  119.     Dirk Stöcker
  120.     Geschwister-Scholl-Straße 10
  121.     01877 Bischofswerda
  122.     GERMANY
  123.     
  124.     Dirk Stoecker <stoecker@amigaworld.com>
  125.